home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 147_01 / utlx.doc < prev    next >
Text File  |  1985-03-09  |  2KB  |  49 lines

  1. If you are a first-time user of RBBS4, you do not need to use UTLX.
  2.  
  3. UTLX is a program used to convert RBBS 4.0 USERS.CCC and .MSG
  4. files to RBBS 4.1 format.  This is required because the new
  5. format individual user records have to be reorganized to hold the
  6. full name as one field, AND to initialize the new areas to hold
  7. the last message seen variables.  The .MSG files also need to be
  8. converted to reorganize the summary records to hold the new full
  9. name FROM and TO fields.
  10.  
  11. UTLX has NOT been idiot-proofed.
  12.  
  13. The following is the recommended procedure for using UTLX:
  14.  
  15. A.  Copy all your name.MSG files to name.OLD and USERS.CCC to
  16. USERS.OLD for backup.
  17.  
  18. B.  Fix USERS.CCC, if necessary, using DDT to examine and repair
  19.     the file:
  20.  
  21.     1.  DDT USERS.CCC
  22.     2.  Note the ending address and subtract 0180H from it.
  23.     3.  The high byte of the resulting value is the partial value
  24.         of the total number of user records.  If the low byte is
  25.         80H, add one to the partial value to get the actual
  26.         value.
  27.     4.  Dump the first record.  If the value displayed for the
  28.         MAX REC in ASCII is the same as the computed value, ^C
  29.         out of DDT and go to Step C, else do step 5.
  30.     5.  If the computed value does NOT match the displayed value,
  31.         modify the value, exit DDT, and save the appropriate
  32.         number of pages into USERS.CCC
  33.  
  34. C.  Run UTLX in the following order:
  35.  
  36.     1.  First, select the option to convert the USERS.CCC file.
  37.         This runs essentially the same as the UTIL function to
  38.         clean up the USERS.CCC file, offering each user record,
  39.         one at a time until all user records have been processed.
  40.  
  41.     2.  Select the option to convert a .MSG file.  This works
  42.         essentially the same as the UTIL function to clean up a
  43.         .MSG file, offering each message, one at a time.
  44.  
  45. That's it.  You're done.  If you made a mistake or had a problem,
  46. (such as not writing a message you meant to keep), you can exit
  47. UTLX, recopy the backup, and reconvert that file, and continue.
  48. irst record.  If the value displayed for the
  49.         MAX REC in ASCII is the same a